@font-face {
    font-family: 'metropolisregular';
    src: url('fonts2/metropolis-regular-webfont.woff2') format('woff2'),
         url('fonts2/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'century_gothicregular';
    src: url('fonts2/gothic-webfont.woff2') format('woff2'),
         url('fonts2/gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GOTHICB';
    src: url('fonts2/GOTHICB.eot');
    src: url('fonts2/GOTHICB.eot') format('embedded-opentype'),
         url('fonts2/GOTHICB.woff2') format('woff2'),
         url('fonts2/GOTHICB.woff') format('woff'),
         url('fonts2/GOTHICB.ttf') format('truetype'),
         url('fonts2/GOTHICB.svg#GOTHICB') format('svg');
}

/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.contactForm fieldset {
    display: contents;
    margin-bottom: 20px;
}
.contactForm .contact-field-item {
	margin-bottom: 0px;
}
.contactForm fieldset .fullwidth {
    grid-column: 1 / 3;
}
.contactForm .contact-field-item .contact-field-label {
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
.contactForm .contact-field-item .contact-field-element .form-field {
    color: #222;
    background: #fff;
	border: 0;
	border: 1px solid #eee;
	padding: 15px;
	transition: border-color .6s;
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 150px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
	border-color: #ccc;
}
.contactForm .gdpr_policy {
    margin: 0;
    grid-column: 1 / 3;
}
.contactForm .gdpr_policy label {
	font-weight: normal;
	display: inline !important;
}
.contactForm .g-recaptcha {
	margin: 0;
}
.contactForm .contact-submit {
    text-align: right;
}
.contactForm .form-submit-button {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: .1em;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .6s;
}
.contactForm .form-submit-button:hover {
    background: #26a4e5;
}
@media only screen and (max-width : 1199.98px) {
    .contactForm .g-recaptcha,
    .contactForm .contact-submit {
        grid-column: 1 / 3;
    }
    .contactForm .contact-submit {
        text-align: left;
    }
}
@media only screen and (max-width : 991.98px) {
}
@media only screen and (max-width : 767.98px) {
    .contactForm {
        grid-template-columns: 1fr;
    }
    .contactForm fieldset .fullwidth,
    .contactForm .gdpr_policy{
        grid-column: 1;
    }
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.holder {
	line-height: 1.85em;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.holder.bottom {
    margin-bottom: 0;
}
.holder:empty {
    display: none;
}
.holder a {
	background: #000;
	color: #fff;
	line-height: inherit;
    margin-right: 5px;
    padding: 0 10px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: #26a4e5;
}
.holder a.jp-current, a.jp-current:hover {
	background: #26a4e5;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	background: rgba(0,0,0, .1);
	color: rgba(57,57,57, .35);
}
.holder a.jp-previous::before,
.holder a.jp-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.mcePxmGallery .highslide-gallery {
	position: relative;
	pointer-events: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
	min-height: auto !important;
}
.mcePxmGallery .highslide-gallery * {
	pointer-events: all;
}
.mcePxmGallery .highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground {
    position: static;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .7em;
	letter-spacing: .1em;
	line-height: 2.5em;
	transition: background .6s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
    background: #000;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
    content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover {
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
    width: 100%;
    height: 100%;
    border: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0px;
    text-align: center;
    color: #999;
    display: block !important;
    opacity: 0;
    transition: bottom .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption strong {
    color: #fff;
    text-transform: uppercase;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover .highslide-caption {
    bottom: 50px;
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    margin-top: -50px;
    opacity: 0;
    transition: margin-top .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::before {
    margin-top: 0px;
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: rgba(38,164,229,.8);
    opacity: 0;
    transition: opacity .6s;
    transition-delay: .4s;
}
.highslideContainer .highslide-caption {
    display: none;
    z-index: 3;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::after {
    opacity: 1;
    transition-delay: 0s;
}

@media only screen and (max-width : 767.98px) {
	.mcePxmGallery .highslide-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	}
}
@media only screen and (max-width : 640px) {
}
@media only screen and (max-width : 480px) {
}

/* Breadcrumbs */
.mcePxmGallery .breadcrumb {
	position: relative;
	background: #000;
	text-align: center;
	border: none;
	line-height: 27px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
}
.mcePxmGallery .breadcrumb span {
	font-size: 0;
}
.mcePxmGallery .breadcrumb span::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px;
}
.mcePxmGallery .breadcrumb a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.mcePxmGallery .breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}

/* Back button */
.mcePxmGallery .backbtn {
	background: none;
	text-indent: 0;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	margin: 10px auto;
	border-radius: 0;
	float: none;
}
.mcePxmGallery .backbtn::after {
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 0;
	background: #ff6f61;
	transition: background .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
}
.mcePxmGallery .backbtn:hover::after {
	background: #26a4e5;
}

/* Pop Up */
.highslide-container .highslide-caption {
    font-size: 1em !important;
	color: #999 !important;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
	padding: 15px 10px 20px !important;
}
.highslide-container .highslide-caption strong {
	color: #fff !important;
    text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
.highslide-container .highslide-dimming{
	background: rgba(0,0,0,.5);
	opacity: 1!important;
}
.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td {
	background: none!important;
}
.highslide-container img.highslide-image,
.highslide-container .highslide-image {
	border: 0px!important;
	box-shadow: 0px 0px 20px #000;
}

/*--------------------------------------------------
# Newsletter
--------------------------------------------------*/
section.newsletter form#form-nl {
	position: relative;
	margin: 30px auto 0;
	width: 60%;
}
section.newsletter form#form-nl ol,
section.newsletter form#form-nl ol > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.newsletter form#form-nl ol {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
}
section.newsletter form#form-nl ol li {
	position: relative;
	width: auto!important;
}
section.newsletter form#form-nl ol li#NewsletterFirstNameHeader,
section.newsletter form#form-nl ol li#NewsletterLastNameHeader {
    display: none;
}
section.newsletter form#form-nl ol li#NewsletterEmailHeader {
    order: 1;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
    order: 4;
}
section.newsletter form#form-nl label.field-title {
    display: none;
}
section.newsletter form#form-nl li > span {
	display: block;
}
section.newsletter form#form-nl .txtbox-long {
    margin: 0;
    width: 100%;
    color: #222;
    font-weight: normal;
    background: rgba(255,255,255,.8);
	border: 0;
	border: 1px solid #eee;
	padding: 10px 20px;
	transition: border-color .6s;
}
section.newsletter form#form-nl .txtbox-long:focus {
	border-color: #ccc;
}
section.newsletter form#form-nl .required {
	color: #f00;
}
section.newsletter form#form-nl .gdpr_policy {
    font-size: .8em;
	grid-column: 1 / 3;
	order: 3;
}
section.newsletter form#form-nl .gdpr_policy label {
    display: inline-block !important;
	font-weight: normal;
	margin: 0;
}
section.newsletter form#form-nl #NewsletterSubmitHeader {
	order: 2;
	text-align: center;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: .6em;
    letter-spacing: .1em;
    background: #ff6f61;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #ff6f61;
    transition: background .6s, border-color .6s;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
    background: #26a4e5;
    border-color: #26a4e5;
}
section.newsletter form#form-nl .clearFix{
	display:none;
}
@media only screen and (max-width : 991.98px) {
    section.newsletter form#form-nl {
        width: 90%;
    }
}
@media only screen and (max-width : 767.98px) {
	section.newsletter form#form-nl ol {
		grid-template-columns: 1fr;
	}
	section.newsletter form#form-nl .gdpr_policy {
		position: relative;
		grid-column: 1;
	}
}

/*--------------------------------------------------
# Provider
--------------------------------------------------*/
.provi-reservation .cat-block .buttonCategory.active,
.provi-reservation .serv-block .buttonService.active {
    background: #ff6f61;
}
.provi-reservation .right-block .date-block,
.provi-reservation .equal-rows [class*="overviewStep"] {
    background-color: #fff6ef;
}
.provi-reservation .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none !important;
}
.provi-reservation .form-control:focus {
    border-color: #ccc;
}
.provi-reservation .checkoutBtn {
    font-weight: normal;
    font-size: .7em;
    letter-spacing: .1em;
    background: #ff6f61;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
}
.provi-reservation .checkoutBtn:hover {
    background: #26a4e5;
}
.provi-reservation #step3Title {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}