/* GLOBAL */

body.media {
	display: block;
}

body,
.bg-white,
.text-body {
	color: #333;
}

a,
button {
	-webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s
}

.btn-wcag {
	position: fixed;
	top: .75rem;
	left: 1rem;
	color: #fff;
	border: 1px solid #fff;
	z-index: 10;
	-webkit-transition: top .5s;
	transition: top .5s;
}

.fixed-nav .btn-wcag {
	top: .6rem;
}

@media (min-width: 992px) {
	.btn-wcag {
		top: 1.45rem
	}
	.fixed-nav .btn-wcag {
		top: 1rem;
	}
}

.btn-skip-content {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 1030;
	color: #fff;
	border: 1px solid #fff;
	padding: .375rem .75rem;
}

.btn-skip-nav {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1030;
	color: #fff;
	border: 1px solid #fff;
	padding: .375rem .75rem;
}

.bg-dark,
.bg-dark a,
.bg-dark a:focus {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-transform: uppercase;
}

.imageBG img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 575px) {
	h1 {
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	.home .imageBG img {
		margin: 1px;
	}
}

.home-bq {
	padding: 1rem 1.5rem 1.2rem;
	background: #fff;
	box-shadow: 2px 2px 10px #d6d2d2;
}

@media (min-width: 576px) {
	.home-bq {
		padding: 3rem 4rem 3.2rem;
	}
}

@media (min-width: 1300px) {
	.service-item {
		max-width: calc(100% / 7);
	}
}

.service-item {
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 575px) {
	.service-item:last-child {
		padding-bottom: 0!important;
	}
}

.service-icon {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 50px;
	margin: auto;
	padding-bottom: .5rem;
}

a:not(.btn) {
	text-decoration: underline;
}

.content a:not(.btn):not(.submenu a) {
	font-weight: bold;
	text-decoration: underline !important;
}

.content,
.section {
	line-height: 1.6;
}

#content {
	position: relative;
}

.content-highlight {
	position: absolute;
	-webkit-transition: .2s;
	transition: .2s;
	top: 0;
	left: 0;
	background: #fff8a3;
	z-index: -1;
}

.content img {
	max-width: 100%;
	height: auto;
}

body.no-scrolling {
	overflow: hidden;
}

.menu-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.embed-responsive {
	margin-bottom: 1rem;
}

.text-white a {
	color: #fff;
}


/* SAGE DEFAULT */

.comment-list ol {
	list-style: none;
}

.alignnone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin: 1rem auto;
	height: auto;
}

.alignleft,
.alignright {
	margin-bottom: 1rem;
	height: auto;
}

@media (min-width: 576px) {
	.alignleft {
		float: left;
		margin-right: 1rem;
	}
	.alignright {
		float: right;
		margin-left: 1rem;
	}
}

body#tinymce {
	margin: 12px !important;
}


/* FOCUS */

a:focus {
	outline: 1px dotted;
}

input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex='-1']):focus {
	outline: 2px dotted;
}

.bg-dark a:focus,
.bg-primary a:focus,
.bg-secondary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
	outline-color: #fff!important;
}

.bg-primary a:not(.btn),
.bg-secondary a:not(.btn),
.white-outline a:not(.btn) {
	color: #fff;
}

.bg-primary a .svg-inline--fa,
.bg-secondary a .svg-inline--fa,
.white-outline a .svg-inline--fa {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

.bg-primary,
.bg-secondary {
	color: #fff;
}


/* NAVBAR */

.navbar-brand img {
	width: auto;
	max-height: 38px;
	margin-left: 2rem;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
}

@media (min-width: 610px) {
	.navbar-brand img {
		margin-left: 0;
	}
}

.fixed-nav .navbar-brand img {
	max-height: 30px;
}

@media (min-width: 992px) {
	.navbar-brand img {
		max-height: 50px;
		margin-left: 0;
	}
	.fixed-nav .navbar-brand img {
		max-height: 50px;
	}
	.fixed-nav .site-header {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
	}
}

.navbar .navbar-collapse {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 99;
}

.dropdown-item.active,
.dropdown-item:active,
.navbar-nav a:focus,
.navbar-nav a:hover {
	background: transparent;
}

.navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
	background-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: underline;
}

.navbar-nav a {
	text-decoration: none !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: #fff;
}

.navbar-dark .navbar-toggler span {
	background: #fff;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
	border-color: #fff;
}

.navbar-dark .dropdown-menu {
	border-color: #fff;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .dropdown-item,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: inherit;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .dropdown-item,
	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show>.nav-link {
		font-size: .8rem;
	}
}

.navbar-light .navbar-toggler {
	color: inherit;
	border-color: transparent;
}

.navbar-light .navbar-toggler span {
	background: #000;
}

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-light .navbar-nav.sm-collapsible .sub-arrow {
	border-color: inherit;
}

.navbar-light .dropdown-menu {
	border-color: inherit;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
	border-radius: 0;
}

.navbar-toggler {
	position: relative;
	height: 40px;
	width: 56px;
}

.navbar-toggler span {
	border: none;
	height: 2px;
	width: 24px;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navbar-toggler span:nth-of-type(2) {
	top: 18px;
}

.navbar-toggler span:nth-of-type(3) {
	top: 26px;
}

.navbar-toggler[aria-expanded="true"] .top {
	-webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
	transform: translateY(8px) translateX(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .middle {
	opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
	-webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
	transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}

.navbar-highlight {
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	background: #e4335c;
	z-index: 1;
}

@media (max-width: 991px) {
	.fixed-top {
		z-index: 1031;
		max-height: 100vh;
		overflow: auto;
	}
}


/* CF7 & SEARCH FORM */

.search-form label {
	font-weight: normal;
}

.wpcf7-form,
.error404 .searchform {
	max-width: 550px;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
	width: 100%;
}

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

.wpcf7-form-control {
	border: 1px solid #949494;
}
div.wpcf7-spam-blocked {
	border: 2px solid #BD7B00;
}
span.wpcf7-not-valid-tip {
	color: #e4002b;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #8F8500;
}

/* SUBMENU */

.flc-submenu ul {
	list-style: none;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.submenu-column ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
}

.flc-submenu li {
	width: 50%;
	padding: 3px
}

.flc-submenu a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	text-decoration: none !important;
	outline: 0;
	padding: 5px;
}

.flc-submenu a:focus,
.flc-submenu a:hover {
	background: white !important;
}

@media (max-width: 767px) {
	.flc-submenu li {
		width: 100%;
	}
}


/* BUTTONS */

.btn {
	text-decoration: none !important;
	border-radius: 0;
}

.btn:not(.btn-wcag) {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: .875rem 1.7rem;
}

.btn.menu-item-995 .nav-link {
	padding: 0;
}

@media (min-width: 1200px) {
	.btn.menu-item-995 {
		margin-left: 2rem;
	}
}

.btn:focus {
	box-shadow: unset;
	outline-color: transparent;
}

.btn .svg-inline--fa {
	border-bottom: none !important;
}


/* MOBILE CTA */

.mobile-cta a {
	width: 100%;
	padding: 0.5rem 0;
	border: 1px solid;
	font-size: .75rem;
}

.mobile-cta a:focus {
	outline: inherit;
}

@media (max-width: 575px) {
	.row-cta .btn {
		min-width: 278px;
	}
}

@media (max-width: 768px) {
	.page:not(.home) .row-cta {
		margin-top: 0!important;
	}
}


/* BLOG */

.entry-summary {
	margin-bottom: 4rem;
	padding-bottom: 6rem;
	position: relative;
	border-bottom: 1px dashed;
}

.entry-summary .attachment-thumbnail,
.entry-content .attachment-thumbnail {
	margin: 0 auto 1rem;
	display: block;
}

.entry-summary .sharing {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.entry-summary .attachment-thumbnail,
	.entry-content .attachment-thumbnail {
		float: left;
		margin-right: 1rem;
	}
}


/* SECTIONS */

.section,
.content-wrap {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.section header {
	text-align: center;
	padding-bottom: 2rem;
}

.section header>h2 {
	margin: 0;
	padding: 0;
}


/* LATEST POSTS */

.section-latest-posts {
	border-bottom: 3px solid;
}

.section-latest-posts ul {
	list-style: none;
	padding: 0;
}

@media (max-width: 767px) {
	.section-latest-posts li {
		margin-bottom: 3rem;
	}
	.section-latest-posts li:last-of-type {
		margin-bottom: 0;
	}
	.section-latest-posts .btn {
		float: right;
	}
}


/* SOCIALS */

.socials a,
.sharing a {
	margin: 3px;
}

a .fa-stack .svg-inline--fa:last-of-type {
	border-bottom: transparent !important;
}

.sharing-text {
	padding-bottom: 5px;
	margin: 5px;
}

.contrastHigh a:focus .color-facebook,
.contrastHigh a:hover .color-facebook {
	color: #3b5998
}

.contrastHigh a:focus .color-twitter,
.contrastHigh a:hover .color-twitter {
	color: #4099ff
}

.contrastHigh a:focus .color-google-plus,
.contrastHigh a:hover .color-google-plus {
	color: #d34836
}

.contrastHigh a:focus .color-linkedin,
.contrastHigh a:hover .color-linkedin {
	color: #0077B5
}

.contrastHigh a:focus .color-youtube,
.contrastHigh a:hover .color-youtube {
	color: #e52d27
}

.contrastHigh a:focus .color-pinterest,
.contrastHigh a:hover .color-pinterest {
	color: #BD081C
}

.contrastHigh a:focus .color-instagram,
.contrastHigh a:hover .color-instagram {
	color: #CD486B
}

.contrastHigh a:focus .color-yelp,
.contrastHigh a:hover .color-yelp {
	color: #d32323
}


/* IMAGE HEADER */

.header-image>img {
	min-height: 230px;
	height: 55vh;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.home .header-image>img {
	height: 100%;
}

.header-image {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.home .header-image {
	min-height: 550px;
	height: 100vh;
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 5;
	background: #fff;
	box-shadow: 0 5px 5px rgba(51, 51, 51, .1);
	-webkit-transition: padding .5s;
	transition: padding .5s;
}

.home .site-header {
	position: fixed;
	width: 100%;
	z-index: 5;
	background: transparent;
/*	background: rgba(255, 255, 255, .2); */
	color: #fff;
}

@media (max-width: 991px) {
	.site-header {
		z-index: 2031;
		max-height: 100vh;
		overflow: auto;
	}
}

.wrap {
	padding-top: 64px;
}
:target::before {
	content: '';
    display: block;    
    margin-top: -128px;
	padding-top: 128px;
	visibility: hidden;
}
@media (min-width: 992px) {
	.wrap {
		padding-top: 88px;
	}
	:target::before { margin-top: -176px; padding-top: 176px;  }
}

.home .wrap {
	padding-top: 0;
}

.fixed-nav .site-header {
	background: #fff;
	color: #212529;
}

.header-image>.container {
	padding-top: 3rem;
}

.page-header-title {
	line-height: 1;
	font-size: 1.37rem;
}

.page-header-title span {
	font-size: 57%;
	font-weight: 400;
}

.page-header-sub {
	font-size: 1.2rem;
}
@media (min-width: 375px) {
	.page-header-title {
		font-size: 1.65rem;
	}

}
@media (min-width: 430px) {
	.page-header-title {
		font-size: 1.9rem;
	}

}
@media (min-width: 568px) {
	.page-header-title {
		font-size: 2.4rem;
	}
	.page-header-sub {
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.page-header-title {
		font-size: 3.3rem;
	}
	.page-header-sub {
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	.page-header-title {
		font-size: 4.2rem;
	}
	.page-header-sub {
		font-size: 2.2rem;
	}
}

@media (min-width: 1200px) {
	.page-header-title {
		font-size: 5rem;
	}
}

@media (max-width: 767px) {
	.header-image {
		height: auto;
		overflow: auto;
	}
	.page:not(.home) .page-header {
		color: #000;
	}
	/*.header-image a,
	.header-image .breadcrumb-item.active,
	.breadcrumb-item+.breadcrumb-item::before {
		color:  #000!important;
	}*/
	.header-image a:focus {
		outline-color: #000!important;
	}
	.content-wrap {
		padding-top: 1.5rem;
	}
}

.home .header-image>.container {
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	padding-top: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.header-image>.container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		left: 0;
		padding-top: 0;
		text-align: center;
	}
}


/* BREADCRUMBS */

.breadcrumb {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.header-image .breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.header-image ol {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


/* TEST ROWS */

.row-logo img {
	max-height: 50px;
	width: auto;
	padding: 0 1.5rem;
	max-width: 100%;
	margin: 1.5rem 0;
}

.row-newsletter label {
	margin-bottom: 0;
	font-size: 1.3rem;
}


/* HEADER ROW */

.header-row img {
	max-width: 100%;
}


/* BEFORE AFTER GALLERY */

.flc-before-after {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flc-before-after li {
	margin-bottom: 1rem;
}

.cross2-slider:focus,
.cross2-slider:hover {
	border-color: transparent !important;
}


/* OVERLAYS */

.overlay-solid,
.overlay-grid {
	position: relative;
}

.overlay-solid::before {
	display: block;
	content: " ";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
}

@media (max-width: 767px) {
	.page:not(.home) .header-image.overlay-solid::before {
		content: none;
	}
}

.overlay-gradient {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
	background-image: -webkit-repeating-linear-gradient(315deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
	background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
	background-size: 4px 4px;
}


/* FAQ */

.fa-chevron-down {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.3s ease 0s !important;
	transition: -webkit-transform 0.3s ease 0s !important;
	transition: transform 0.3s ease 0s !important;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/* CAROUSEL TEXT ONLY */

.carousel-text-only .bx-wrapper {
	padding-right: 4rem;
	padding-left: 4rem;
	text-align: center;
}


/* CAROUSEL ROW LOGOS */

.carousel-row-logos {
	padding-right: 4rem;
	padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
	text-align: center;
	padding-bottom: 2rem;
	margin: 0 auto;
}

.carousel-row-logos .bx-prev {
	left: -2rem;
}

.carousel-row-logos .bx-next {
	right: -2rem;
}

.carousel-row-logos img {
	max-height: 150px;
	margin: 0 auto;
}

.carousel-row-logos li {
	float: left;
	list-style: outside none none;
	position: relative;
}

.carousel-row-logos .bx-controls-auto {
	position: absolute;
	right: 0;
	left: 0;
	text-align: right;
	padding-right: 2rem;
}


/* CAROUSEL IMAGE WITH TEXT */

.carousel-image-with-text .carousel-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	padding-right: 4rem;
	padding-left: 4rem;
	text-align: center;
	padding-right: 20%;
}

.carousel-image-with-text .position-relative>img {
	width: 100%;
}

.carousel-image-with-text .bx-wrapper .bx-pager,
.carousel-image-with-text .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	position: absolute;
	bottom: 2rem;
}

.carousel-image-with-text,
.carousel-image-with-text .bx-wrapper,
.carousel-image-with-text img {
	height: 22.65vw;
	overflow: hidden;
}


/* CAROUSEL BACKGROUND IMAGE */

.carousel-background-image .bx-viewport li {
	width: 100%;
	background-size: cover;
}

.carousel-background,
.carousel-background-image .bx-viewport li {
	height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}


/* MOUSE ANIMATION */

.carousel-background-image::after {
	font-family: "FontAwesome";
	content: "\f078";
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 2rem;
	color: #fff;
	width: 55px;
	line-height: 55px;
	text-align: center;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
	0% {
		bottom: 10px
	}
	25% {
		bottom: 15px
	}
	50% {
		bottom: 10px
	}
	75% {
		bottom: 20px
	}
	to {
		bottom: 10px
	}
}

@keyframes bounce {
	0% {
		bottom: 10px
	}
	25% {
		bottom: 15px
	}
	50% {
		bottom: 10px
	}
	75% {
		bottom: 20px
	}
	to {
		bottom: 10px
	}
}


/* flc-amenities */

.flc-amenities {
	list-style: none;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flc-amenities li {
	width: 25%;
	padding: 5px;
	text-align: center;
}

@media (max-width: 991px) {
	.flc-amenities li {
		width: 33.3333%;
	}
}

@media (max-width: 767px) {
	.flc-amenities li {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.flc-amenities li {
		width: 100%;
	}
}


/* OPENING HOURS */

.section-opening-hours h3 {
	font-size: 1.5rem;
}

.section-opening-hours .col {
	padding: 15px;
}

.section-opening-hours .current-day {
	background: #F8F9FA;
	border-bottom: 1px solid;
	font-weight: bold;
}


/* EXPANDABLE REVIEWS */

.morelink {
	margin-top: 1rem;
	display: block;
}

#testimonials-modal .modal-content {
	max-height: 70vh;
}

#testimonials-modal .modal-body {
	overflow: auto;
}

#testimonials-modal .modal-footer {
	padding: 0;
}

.testimonials-blockquote cite {
	font-size: 1.3rem;
}

.testimonials-stars .fa-star {
	margin-right: 3px;
	color: #ffca2e;
	font-size: 1.3rem;
}

.testimonials-average {
	font-size: 2rem;
}

.testimonials-average small {
	font-size: 50%;
}


/* TEAM */

.section-team img {
	max-width: 100%;
}

.section-team figcaption {
	margin: 1rem 0;
}


/* flc-coupons */

.flc-coupons {
	padding: 0;
	list-style: none;
}

.flc-coupons li {
	border: 3px dashed #fff;
	padding: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	outline: 5px solid;
	margin: 5px 5px 2rem 5px;
	position: relative;
}

.flc-coupons li p:last-of-type {
	margin-bottom: 0;
}

.flc-coupons a {
	position: absolute;
	right: -3px;
	top: -3px;
	border-radius: 0;
}

@media print {
	.flc-coupons li {
		border-color: black;
	}
	.flc-coupons a {
		display: none;
	}
}


/* MENU IMAGE */

.menu-image-hover ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #fff;
}

.menu-image-hover .menu-item {
	min-height: 400px;
	position: relative;
	padding: 2rem;
	background-size: cover;
	background-position: 50%;
	border: 1px solid #fff;
}

.menu-image-hover .menu-item:nth-of-type(3) {
	background-position: 35% 50%;
}

.menu-image-hover .menu-item ul {
	display: none;
}

.menu-image-hover .menu-item.menu-active ul,
.touchevents .menu-image-hover .menu-item ul {
	display: block;
}

@media (max-width: 767px) {
	.menu-image-hover .menu-item ul {
		display: block !important;
		height: auto !important;
	}
}

.menu-image-hover h6 {
	background: #fff;
	margin: 0;
	padding: 2rem 1rem;
	box-shadow: 5px 5px 10px rgba(51, 51, 51, .2);
}

.menu-image-simple ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-image-hover-collapse .card {
	min-height: 0;
	background: white !important;
}

.menu-image-hover-collapse .card h3 {
	position: static;
	display: block;
	width: 100%;
	padding: 0;
}

.menu-image-hover-collapse .card h3 a {
	position: relative;
	background: transparent;
	border: none;
	width: 100%;
	text-align: left;
	display: block;
	padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
	content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
	content: "-";
}

@media (max-width: 767px) {
	.menu-image-hover-collapse .align-items-center {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		-ms-grid-row-align: start !important;
		align-items: start !important;
	}
}

.block-links ul {
	list-style: none;
	padding: 0;
}

.block-link {
	display: inline-block;
	position: relative;
	height: 400px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background: #e4002b;
	padding: 1rem;
	color: #fff;
	border: 2px solid #fff;
}

.block-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1;
	-webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
	transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.block-link:hover,
.block-link:focus {
	color: #fff;
	background: #e4002b;
}

.block-link:hover .block-img,
.block-link:focus .block-img {
	opacity: .5;
}
.block-link:hover .btn-primary,
.block-link:focus .btn-primary {
	background: #fff!important;
	color: #e4002b!important;
}
.block-link span {
	position: relative;
	z-index: 2;
}

.block-container .btn {
	white-space: normal;
}


/* MENU IMAGE BRICKS */

.menu-image-bricks ul {
	z-index: 2;
	border-left: 0.5rem solid #fff;
	border-right: 0.5rem solid #fff;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.menu-image-bricks a {
	border: solid 0.5rem #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 8rem 1rem;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-image-bricks img {
	position: absolute;
	display: block;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-image-bricks a:hover,
.menu-image-bricks a:focus {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-image-bricks a:hover img,
.menu-image-bricks a:focus img {
	opacity: 1;
}

.menu-image-bricks .box {
	position: unset;
	height: auto;
	padding: 0;
}


/* FINACIAL TABLE */

.table-javascript caption {
	caption-side: top;
	font-weight: bold;
	text-align: center;
	color: black;
}

.table-javascript th:nth-of-type(2n),
.table-javascript td:nth-of-type(2n+1) {
	border-bottom: 1px dashed !important;
}

.table-javascript tr,
.table-javascript thead th {
	border-bottom: 1px dashed !important;
}

.table-javascript th,
.table-javascript td {
	display: table-cell;
	line-height: 1.2;
	padding: 20px 40px;
	text-align: center;
	border-top: none !important;
}

.table-javascript th {
	width: 33.3333%;
}

@media (max-width: 768px) {
	.table-javascript th,
	.table-javascript td {
		width: 100%;
		display: block;
		border: transparent !important;
		text-align: left;
		padding: 0.5rem;
	}
	.table-javascript th:nth-of-type(2n),
	.table-javascript td:nth-of-type(2n+1) {
		border: none !important;
	}
	.table-javascript thead {
		display: none;
	}
	.table-javascript tr {
		padding: 1rem 0;
	}
}


/* BACKGROUND VIDEO */

#video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#btn-video {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	border: none;
	background: transparent;
	z-index: 1;
}

.backgroundvideo {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.about-jst {
	background: rgba(255, 255, 255, .8);
	padding: 0 3rem;
	top: 10%;
	left: 15px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.about-jst:nth-of-type(1) {
	padding-top: 3rem;
}

.about-jst:nth-of-type(2) {
	top: 30%;
	left: auto;
	right: 15px;
	padding-bottom: 3rem;
}

@media (min-width: 680px) {
	.about-jst {
		position: absolute;
		width: calc(50% - 16px);
		padding: 3rem;
	}
}

@media (min-width: 810px) {
	.about-jst {
		font-size: 2rem;
	}
}

@media (min-width: 930px) {
	.about-jst {
		font-size: 2.5rem;
	}
}

@media (min-width: 1160px) {
	.about-jst {
		font-size: 3.5rem;
	}
}

@media (min-width: 768px) {
	.site-footer {
		margin-top: -80px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-footer-heading {
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {
	.home-content>div {
		max-width: 620px;
	}
}

.iconBG {
	position: relative;
}

.iconBG::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	background-size: contain;
	background-repeat: no-repeat;
}

.iconBG.iconBG-fan::after {
	background-image: url(../images/fan-black.svg);
	top: -40%;
	left: -40%;
	margin: auto;
}

.iconBG.iconBG-cold::after {
	background-image: url(../images/cold-black.svg);
	top: -40%;
	left: -40%;
	margin: auto;
}

.iconBG.iconBG-fire::after {
	background-image: url(../images/fire-black.svg);
	top: -40%;
	left: -30%;
	margin: auto;
}

.iconBG.iconBG-ac::after {
	background-image: url(../images/ac-black.svg);
	top: -40%;
	left: -30%;
	margin: auto;
}

.fixedBG {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.lazy.lazy-loaded {
	-webkit-animation: fadein 100ms;
	animation: fadein 100ms;
}

.page:not(.contrastHigh) .row-cta .lead {
	font-family: 'Permanent Marker';
}